﻿2026-07-29T12:46:01.9123269Z ##[group]Run actions/checkout@v5
2026-07-29T12:46:01.9123974Z with:
2026-07-29T12:46:01.9124460Z   fetch-depth: 0
2026-07-29T12:46:01.9124949Z   repository: BigscreenVR/spt-bs-core
2026-07-29T12:46:01.9129925Z   token: ***
2026-07-29T12:46:01.9130362Z   ssh-strict: true
2026-07-29T12:46:01.9130802Z   ssh-user: git
2026-07-29T12:46:01.9131278Z   persist-credentials: true
2026-07-29T12:46:01.9131795Z   clean: true
2026-07-29T12:46:01.9132249Z   sparse-checkout-cone-mode: true
2026-07-29T12:46:01.9132816Z   fetch-tags: false
2026-07-29T12:46:01.9133327Z   show-progress: true
2026-07-29T12:46:01.9133800Z   lfs: false
2026-07-29T12:46:01.9134226Z   submodules: false
2026-07-29T12:46:01.9134690Z   set-safe-directory: true
2026-07-29T12:46:01.9135259Z   allow-unsafe-pr-checkout: false
2026-07-29T12:46:01.9136875Z ##[endgroup]
2026-07-29T12:46:02.0961181Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T12:46:02.0962952Z ##[group]Getting Git version info
2026-07-29T12:46:02.0963791Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-29T12:46:02.1216056Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-29T12:46:02.1430784Z git version 2.43.0.windows.1
2026-07-29T12:46:02.1453747Z ##[endgroup]
2026-07-29T12:46:02.1461805Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\313fd2a6-65a6-4a7c-8e88-3415ce3fb203\.gitconfig'
2026-07-29T12:46:02.1474960Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\313fd2a6-65a6-4a7c-8e88-3415ce3fb203' before making global git config changes
2026-07-29T12:46:02.1476659Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T12:46:02.1480490Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-29T12:46:02.1741098Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-29T12:46:02.1950561Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T12:46:02.1977281Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T12:46:02.1981277Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T12:46:02.2206558Z HEAD
2026-07-29T12:46:02.3355642Z ##[endgroup]
2026-07-29T12:46:02.3358521Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-29T12:46:02.7277544Z ##[group]Cleaning the repository
2026-07-29T12:46:02.7282103Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-29T12:46:11.5686291Z Removing target/
2026-07-29T12:46:11.5718520Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-29T12:46:11.8774970Z HEAD is now at 5868b66d Merge ecbf582622e2b3e2af6bb5a403ac5b2017ff864c into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T12:46:11.8803823Z ##[endgroup]
2026-07-29T12:46:11.8808007Z ##[group]Disabling automatic garbage collection
2026-07-29T12:46:11.8814104Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-29T12:46:11.9065141Z ##[endgroup]
2026-07-29T12:46:11.9065481Z ##[group]Setting up auth
2026-07-29T12:46:11.9071943Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-29T12:46:12.0150827Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-29T12:46:13.1818360Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T12:46:13.2930639Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-29T12:46:13.7839968Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T12:46:13.8071389Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-29T12:46:14.2820535Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-29T12:46:14.3098161Z ##[endgroup]
2026-07-29T12:46:14.3098560Z ##[group]Fetching the repository
2026-07-29T12:46:14.3106665Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +5868b66d02466091c7f8dc36732bd53cef9d8947:refs/remotes/pull/121/merge
2026-07-29T12:46:15.5801243Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T12:46:15.5801720Z    4972b6d2..ecbf5826  build/two-key-subnet -> origin/build/two-key-subnet
2026-07-29T12:46:15.5931605Z ##[endgroup]
2026-07-29T12:46:15.5932216Z ##[group]Determining the checkout info
2026-07-29T12:46:15.5932818Z ##[endgroup]
2026-07-29T12:46:15.5937489Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-29T12:46:15.6234485Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-29T12:46:15.6488339Z ##[group]Checking out the ref
2026-07-29T12:46:15.6492982Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/121/merge
2026-07-29T12:46:15.6893234Z HEAD is now at 5868b66d Merge ecbf582622e2b3e2af6bb5a403ac5b2017ff864c into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T12:46:15.6913117Z ##[endgroup]
2026-07-29T12:46:15.7173946Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-29T12:46:15.7463224Z 5868b66d02466091c7f8dc36732bd53cef9d8947
